home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / sticking a poster on the < prev    next >
Text File  |  1999-06-15  |  658b  |  33 lines

  1. Category: Andrew's Filters 21
  2. Title: Sticking A Poster On The Wall...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: StPoster.8bf
  6.  
  7. R:mix(ctl(3)*((r/val(0,-100,100))+(g/val(1,-100,100))+(b/val(2,-100,100))),r,ctl(6),ctl(7))
  8.  
  9. G:mix(ctl(4)*((r/val(0,-100,100))+(g/val(1,-100,100))+(b/val(2,-100,100))),g,ctl(6),ctl(7))
  10.  
  11. B:mix(ctl(5)*((r/val(0,-100,100))+(g/val(1,-100,100))+(b/val(2,-100,100))),b,ctl(6),ctl(7))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red
  16. ctl[1]: Green
  17. ctl[2]: Blue
  18. ctl[3]: Red Blap
  19. ctl[4]: Green Blap
  20. ctl[5]: Blue Blap
  21. ctl[6]: Mix 1
  22. ctl[7]: Mix 2
  23.  
  24. val[0]: 191
  25. val[1]: 183
  26. val[2]: 171
  27. val[3]: 166
  28. val[4]: 208
  29. val[5]: 19
  30. val[6]: 46
  31. val[7]: 105
  32.  
  33.